ImageCount Class

Represents the number of images that an OpenDocument producer has counted for a document.

Definition

Namespace: Independentsoft.Office.Odf.Fields
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public class ImageCount : Field
Inheritance
Object    Field    ImageCount

Constructors

ImageCount Initializes a new instance of the ImageCount class.

Properties

NumberFormat Specifies the numbering sequence. The defined values are: -1: Hindu-Arabic number sequence starts with 1. -a: number sequence of lowercase Modern Latin basic alphabet characters starts with “a”. -A: number sequence of uppercase Modern Latin basic alphabet characters starts with “A”. -i: number sequence of lowercase Roman numerals starts with “i”. -I: number sequence of uppercase Roman numerals start with “I”. -a value of type string 18.2. -an empty string: no number sequence displayed. If no value is given, no number sequence is displayed.
Value Contains the image count.

Methods

Clone Creates a new object that is a deep copy of the current instance.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetContentElements Returns all content elements.
(Overrides FieldGetContentElements)
GetHashCode
(Inherited from Object)
GetParent Returns the parent element.
(Inherited from Field)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString Converts the value of the current ImageCount object to its equivalent string representation.
(Overrides ObjectToString)

See Also